Socket
Socket
Sign inDemoInstall

lower-case-first

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lower-case-first

Lower case the first character of a string


Version published
Weekly downloads
3.6M
decreased by-19.42%
Maintainers
1
Weekly downloads
 
Created
Source

Lower Case First

NPM version NPM downloads Build status Test coverage

Lower case the first character of a string.

Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a toString property, numbers and booleans. Empty values (null and undefined) will result in an empty string.

Installation

npm install lower-case-first --save

Usage

var lowerCaseFirst = require('lower-case-first')

lowerCaseFirst(null)     //=> ""
lowerCaseFirst('STRING') //=> "sTRING"

Typings

Includes a TypeScript definition.

License

MIT

Keywords

FAQs

Package last updated on 16 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc